Char is a type of variable that declares a character
Ex: char b = 'b';
String that we use is make up by an array of chars.